String Schema
NationalitySourceType Simple Type
Namespace http://string.drv.de/xmlschema/string
Type
Restriction of xs:string
Overview
NationalitySourceType Restriction of xs:string
Facets
EnumerationByBirth
EnumerationByDescent
EnumerationNaturalized
EnumerationOther
Source
<xs:simpleType name="NationalitySourceType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:restriction base="xs:string">
    <xs:enumeration value="ByBirth" />
    <xs:enumeration value="ByDescent" />
    <xs:enumeration value="Naturalized" />
    <xs:enumeration value="Other" />
  </xs:restriction>
</xs:simpleType>
See Also
String Schema

 

 


© 2017 All Rights Reserved.

Send comments on this topic.